|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventHandler | |
|---|---|
| org.eclipse.vtp.framework.interactions.voice.vxml | |
| Uses of EventHandler in org.eclipse.vtp.framework.interactions.voice.vxml |
|---|
| Subclasses of EventHandler in org.eclipse.vtp.framework.interactions.voice.vxml | |
|---|---|
class |
Catch
The Catch class can be used to handle any error or event type. |
class |
Error
The Error class represents the <error> VXML element. |
class |
NoInput
The NoInput class represents the <noinput> VXML element. |
class |
NoMatch
The NoMatch class represents the <nomatch> VXML element. |
| Methods in org.eclipse.vtp.framework.interactions.voice.vxml that return EventHandler | |
|---|---|
EventHandler[] |
Field.getEventHandlers()
Returns the list of event handlers for this field. |
| Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type EventHandler | |
|---|---|
void |
VXMLDocument.addEventHandler(EventHandler eventHandler)
Adds an event handler to this document. |
void |
Transfer.addEventHandler(EventHandler eventHandler)
Adds the specified event handler to this recording. |
void |
Subdialog.addEventHandler(EventHandler eventHandler)
Adds the specified event handler to this subdialog. |
void |
Recording.addEventHandler(EventHandler eventHandler)
Adds the specified event handler to this recording. |
void |
Field.addEventHandler(EventHandler eventHandler)
Adds the specified event handler to this field. |
void |
Dialog.addEventHandler(EventHandler eventHandler)
Adds an EventHandler to this dialog instance. |
void |
VXMLDocument.removeEventHandler(EventHandler eventHandler)
Removes an event handler from this document. |
void |
Transfer.removeEventHandler(EventHandler eventHandler)
Removes the specified event handler from this recording. |
void |
Subdialog.removeEventHandler(EventHandler eventHandler)
Removes the specified event handler from this subdialog. |
void |
Recording.removeEventHandler(EventHandler eventHandler)
Removes the specified event handler from this recording. |
void |
Field.removeEventHandler(EventHandler eventHandler)
Removes the specified event handler from this field. |
void |
Dialog.removeEventHandler(EventHandler eventHandler)
Removes an event handler from this dialog instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||